Server Watch Plugin SDK Date: 6 Feb 2004
Release: 1.0
Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

SWMessages.h

Go to the documentation of this file.
00001 /* 00002 SWMessages.h 00003 Copyright 1997-2004, Deep Fried Software. All rights reserved 00004 */ 00005 00006 #ifndef _MESSAGES_H 00007 #define _MESSAGES_H 00008 00009 #include "swhandle.h" 00036 #define SWP_LOAD_PLUGIN WM_USER + 10 00037 #define SWP_UNLOAD_PLUGIN WM_USER + 11 00038 #define SWP_INITSERVER WM_USER + 12 00039 #define SWP_CLEANUPSERVER WM_USER + 13 00040 #define SWP_JOINSERVER WM_USER + 14 00041 #define SWP_MENU_CREATE WM_USER + 15 00042 // history (pre 3.5): SWP_MENU_ACTION == WM_USER + 16 00043 #define SWP_DO_YOU_SUPPORT WM_USER + 17 00044 #define SWP_DO_YOU_EXTEND WM_USER + 18 00045 00046 00047 00053 #define SWP_SET_DIALOG WM_USER + 100 00054 #define SWP_CHANGES_APPLIED WM_USER + 101 00055 #define SWP_CHANGES_RESET WM_USER + 102 00056 00057 00058 00082 #define SWPN_DATAREADY WM_USER + 200 00083 00084 #define SWPN_ENABLE_APPLY WM_USER + 201 00085 00086 #define SWPN_ENABLE_RESET WM_USER + 202 00087 00088 00089 00090 00102 #define SW_UPDATE_DATA 1 00103 #define SW_UPDATE_SETTINGS 2 00104 #define SW_UPDATE_PARTIAL 4 00105 00106 00107 00120 #define IDS_PLUGIN_NAME 1 00121 #define IDS_PLUGIN_VERSION 2 00122 #define IDS_PLUGIN_GUID 3 00123 #define IDS_PLUGIN_DEFAULT_PORT 4 00124 #define IDS_PROTOCOL_VERSION 6 00125 #define IDS_CURRENT_VERSION_URL 7 00126 #define IDS_UPDATE_URL 8 00127 #define IDS_COPYRIGHT_DATE 9 00128 #define IDS_AUX_STAT_TITLE 20 00129 #define IDS_AUTHOR_URL 40 00130 #define IDS_AUTHOR_COMPANY 41 00131 #define IDS_AUTHOR_EMAIL 42 00132 #define IDS_AUTHOR_NAME 43 00133 #define IDI_PLUGIN_ICON 120 00134 00135 00136 #endif // _MESSAGES_H


Copyright (c) 2003-2004, Deep Fried Software. All rights reserved.